KeyActionTab Property (TransposedGrid<T>)
In This Topic
Gets or sets the action to perform when the TAB key is pressed.
Syntax
'Declaration
Public Overridable Property KeyActionTab As KeyAction
public virtual KeyAction KeyActionTab {get; set;}
See Also